@charset "UTF-8";

/* CSS Document */
/*
-----------------------------首页样式start-----------------------------
*/
/*头部开始*/
.topup {
	height: 40px;
	background: #26538c;
	line-height: 40px;
	color: #fff;
}

.topupbox {
	color: #739bcd;
	font-size: 14px;
	position: relative;
}

.topupbox em {
	display: block;
	width: 22px;
	height: 18px;
	background: url(../images/time.png);
	float: left;
	display: inline;
	position: absolute;
	top: 50%;
	margin-top: 10px;
	margin-right: 20px;
}

.topupR {
	text-align: right;
}

.rightmenu li {
	float: left;
	display: inline;
	margin-right: 20px;
	text-align: right;
	position: relative;
}

.rightmenu li a {
	color: #739bcd;
	font-size: 14px;
	padding-left: 22px;
}

.rightmenu li i {
	width: 15px;
	height: 11px;
	display: block;
	background: url(../images/topleft1.png) no-repeat center center;
	position: absolute;
	top: 50%;
	margin-top: -5px;
}

.rightmenu li b {
	width: 17px;
	height: 12px;
	display: block;
	background: url(../images/read.png);
	position: absolute;
	top: 50%;
	margin-top: -4px;
}

.rightmenu li strong {
	width: 13px;
	height: 13px;
	display: block;
	background: url(../images/det.png);
	position: absolute;
	top: 50%;
	margin-top: -6px;
}

.topupbox span {
	padding-left: 28px;
}

.topupbox i {
	font-style: normal;
	padding-left: 8px;
}

.top {
	height: 120px;
	border-bottom: 1px solid #cccccc;
}

.topbox {
	height: 120px;
}

.logo {
	padding-top: 30px;
}

.logo a img {
	height: 64px;
}

.search {
	position: relative;
	padding-top: 38px;
	position: relative;
}

.search input {
	display: block;
	height: 38px;
	width: 144px;
	border: 1px solid #6287b5;
	background: none;
	padding: 0 10px;
	margin-right: 0px;
}

.search a {
	display: block;
	height: 40px;
	background: #FFF;
	width: 40px;
	background: #6287b5 url(../images/serch.png) no-repeat center center;
	font-size: 14px;
	position: absolute;
	right: -36px;
	top: 38px;
	transition: all .3s;
	-webkit-transition: all .3s;
}

.search a:hover {
	opacity: .9
}

/* .menulist dd{ float: left; display: inline; width: 9%; text-align: center; height: 62px; line-height: 62px; position: relative;-webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;}
.menulist dd a{color: #666666; font-size: 16px; display: block;}
.menulist dd:hover{ background: #e8f3f5; cursor: pointer;}
.menulist dd:hover:after{ display: block; content: ''; position: absolute; top: -1px; width: 100%; height: 2px; background: #26538c;}
.menulist dd.hover{ background: #e8f3f5; cursor: pointer;}
.menulist dd.hover:after{ display: block; content: ''; position: absolute; top: -1px; width: 100%; height: 2px; background: #26538c;}
 */
.menulist {
	display: flex;
}

.menulist dd {
	flex: 1;
	float: left;
	position: relative;
}

.menulist dd .topMenu {
	position: relative;
	z-index: 9;
}

.menulist dd .topMenu a {
	display: block;
	line-height: 62px;
	text-align: center;
	color: #666666;
	font-size: 16px;
	transition: 0.4s;
}

.menulist dd+dd::before {
	content: '';
}

.menulist dd.hover .topMenu a,
.menulist dd:hover .topMenu a {
	background: #e8f3f5;
}

.menulist dd.hover:after,
.menulist dd:hover:after {
	display: block;
	content: '';
	position: absolute;
	top: -1px;
	width: 100%;
	height: 2px;
	background: #26538c;
}

.menulist dd .twoMenu {
	position: absolute;
	top: 100%;
	left: -6px;
	right: -6px;
	/* width: 100%; */
	display: none;
	padding: 5px 0;
	z-index: 3;
	background: #FFFFFF;
}

.menulist dd .twoMenu li {
	padding: 12px 0;
	line-height: 25px;
	font-size: 14px;
	text-align: center;
}

.menulist dd .twoMenu li+li {
	border-top: 1px solid #666666;
}

.menulist dd .twoMenu a {
	display: block;
	color: #666666;
}

.menulist dd .twoMenu li:hover a {
	color: #666666;
	font-weight: bold;
}

/*头部结束*/
/*menu开始*/
/*menu结束*/
/*indexBanner开始*/
.bannerSlide {
	width: 100%;
	height: 580px;
	position: relative;
	overflow: hidden;
}

.bannerSlide .center {
	width: 1000px;
	height: 580px;
	margin: 0 auto;
	position: relative;
}

.bannerSlide .center .relative {
	position: absolute;
	width: 1920px;
	margin-left: -960px;
	left: 50%;
	height: 560px;
}

/*-460px=(1920px-1000px)/2*/
.bannerSlide .slide_ul li {
	height: 580px;
}

.bannerSlide .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	height: 30px;
	line-height: 30px;
}

.bannerSlide .hd ul {
	text-align: center;
}

.bannerSlide .hd ul li {
	cursor: pointer;
	display: inline-block;
	*display: inline;
	zoom: 1;
	line-height: 999px;
	margin-right: 20px;
	height: 16px;
	width: 16px;
	cursor: pointer;
	border-radius: 11px;
	position: relative;
	background: #fff;
	box-shadow: 2px 0px 2px 0px rgba(129, 129, 129, 0.6);
}

.bannerSlide .hd ul li.on {
	background: #e22523;
	padding: 2px;
}

.bannerSlide .hd ul li.hide:after {
	display: none;
}

.erjibanner {
	width: 1920px;
	height: 320px;
}

.ejbanner {
	width: 100%;
	height: 330px;
}

/*indexBanner结束*/
/*第一通栏start*/
.columntitle {
	border-bottom: 1px solid #446cc1;
	height: 30px;
}

.columntitle span {
	color: #446cc1;
	font-size: 18px;
	font-weight: bold;
	position: relative;
}

.columntitle a {
	display: block;
	float: right;
	display: inline;
	color: #666666;
	font-size: 14px;
}

.columntitle a:hover {
	color: #446cc1;
}

.columntitle span:after {
	display: block;
	width: 100%;
	height: 3px;
	background: #446cc1;
	position: absolute;
	left: 0px;
	bottom: 0px;
	content: '';
	top: 29px;
}

.column1Box {
	width: 100%;
	background-color: #fff;
}

.column1C {
	width: 1200px;
	background-color: #fff;
	overflow: hidden;
}

.column1Cleft {
	width: 500px;
	float: left;
	height: 366px;
	overflow: hidden;
	position: relative;
	display: inline;
}

.column1Cright {
	width: 670px;
	height: 366px;
	float: right;
	display: inline;
	overflow: hidden;
}

.newstitle {
	height: 45px;
	border-bottom: 1px solid #dddddd;
	line-height: 45px;
	position: relative;
}

.newstitle:after {
	width: 3px;
	height: 20px;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -10px;
	background: #e22523;
	content: '';
}

.newstitle span {
	color: #e22523;
	font-size: 22px;
	padding-left: 12px;
}

.newstitle a {
	width: 57px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	display: block;
	background: #b9b9b9;
	color: #fff;
	font-size: 12px;
	margin-top: 13px;
}

.column1Cleft .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	height: 55px;
	line-height: 55px;
	background: #f9f9f9;
	text-align: center;
	position: absolute;
	top: 305px;
	display: none;
}

.column1Cleft .hd ul {
	text-align: center;
	float: right;
	display: inline;


}

.column1Cleft .hd ul li {
	cursor: pointer;
	display: inline-block;
	zoom: 1;
	width: 5px;
	height: 5px;
	border-radius: 5px;
	background-color: #fff;
	line-height: 999px;
	margin: 22px 3px 0;
	float: left;

}

.column1Cleft .hd ul .on {
	background: #F00;
}

.contertop {
	overflow: hidden;
	margin-bottom: 15px;
}

.contertop .img {
	width: 227px;
	margin-right: 25px;
}

.contertop .img {
	position: relative;
}

.contertop .img a img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

.contertop .img:before {
	display: block;
	content: '';
	padding-top: 64.317180%;
}

.contertop .text {
	overflow: hidden;
}

.contertop .text span {
	display: block;
	height: 45px;
	line-height: 45px;
	color: #404040;
	font-size: 20px;
	overflow: hidden;
}

.contertop .text span a {
	color: #404040;
}

.contertop .text span a:hover {
	color: #e22523;
}

.contertop .text .textcn {
	height: 84px;
	line-height: 28px;
	color: #7f7f7f;
	font-size: 14px;
	overflow: hidden;
}

/*内容*/
.column1Cleft .bd {
	position: relative;
	height: 100%;
	z-index: 0;
	height: 375px;
}

.column1Cleft .bd li {
	zoom: 1;
	vertical-align: middle;
	height: 375px;
	text-align: center;
}

.column1Cleft .bd li img {
	width: 569px;
	height: 375px;
}

.column1Cleft .text a {
	width: 500px;
	background: rgba(0, 0, 0, 0.6);
	height: 53px;
	line-height: 53px;
	color: #fff;
	font-size: 16px;
	z-index: 2;
	text-align: center;
	position: absolute;
	bottom: 0px;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.column1Cleft .prev {
	display: block;
	width: 16px;
	height: 31px;
	position: absolute;
	left: 17px;
	top: 325px;
	display: inline;
	cursor: pointer;
	background: url(../images/indexprve.png) no-repeat center center;
	z-index: 222222;
}

.column1Cleft .next {
	display: block;
	width: 16px;
	height: 31px;
	position: absolute;
	right: 17px;
	top: 325px;
	display: inline;
	cursor: pointer;
	background: url(../images/indexnext.png) no-repeat center center;
	z-index: 22222;
}

.btlist li {
	height: 35px;
	line-height: 35px;
	overflow: hidden;
}

.btlist li a {
	display: block;
	width: 480px;
	color: #595959;
	font-size: 14px;
}

.btlist li span {
	display: block;
	color: #595959;
	font-size: 14px;
}

.btlist li:hover a {
	color: #e22523;
}

.newsimglist {
	margin-right: -15px;
	height: 108px;
	overflow: hidden;
}

.newsimglist li {
	float: left;
	display: inline;
	width: 135px;
	height: 68px;
	margin-right: 15px;
	padding: 20px 0px;
	position: relative;
	text-align: center;
	border-radius: 3px;
}

.newsimglist li a {
	display: block;
	height: 108px;
}

.newsimglist li span {
	width: 100%;
	text-align: center;
	display: block;
	overflow: hidden;
	position: absolute;
	bottom: 15px;
	color: #fff;
	font-size: 15px;
}

.newsimglist .li8 span {
	position: absolute;
	bottom: 15px;
}

.newsimglist .li0 {
	background: #5ecfb8;
}

.newsimglist .li1 {
	background: #5078b7;
}

.newsimglist .li2 {
	background: #c38be6;
}

.newsimglist .li3 {
	background: #5ecfb8;
}

.newsimglist .li4 {
	background: #669bd8;
}

.newsimglist .li5 {
	background: #fea06f;
}

.newsimglist .li6 {
	background: #f78181;
}

/*88c369*/
.newsimglist .li7 {
	background: #f78181;
}

.newsimglist .li8 {
	background: #5ecfb8;
}

.newsimglist .li9 {
	background: #669bd8;
}

.newsimglist li em {
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}

.newsimglist .li em {
	display: block;
}


.newsimglist li:hover em {
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
}

/*第一通栏end*/
/*第二通栏start*/
.cloumn2 {}

.indeximglist {
	margin-right: -13px;
}

.indeximglist li {
	overflow: hidden;
	margin-right: 13px;
}

.indeximglist li {
	overflow: hidden;
	float: left;
	display: inline;
}

.indeximglist li .a {
	display: block;
}

.indeximglist li .pic {
	width: 290px;
	overflow: hidden;
	position: relative;
}

.indeximglist li .pic:before {
	display: block;
	content: '';
	padding-top: 65.517241%;
}

.indeximglist li .pic img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

/*第二通栏end*/
/*
*第三通栏start fpx 2018
*/
.cloumn3 {}

.cloumn3L {
	width: 680px;
	height: 425px;
	overflow: hidden;
}

.newstext {
	overflow: hidden;
}

.newstext li {
	width: 88px;
	height: 40px;
	line-height: 40px;
}

.ament {
	margin-right: 45px;
}

.newstext li a {
	display: block;
	background: #fff;
	color: #404040;
	font-size: 22px;
}

.amentbox .amentmore {
	width: 57px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	display: block;
	background: #b9b9b9;
	color: #fff;
	font-size: 12px;
	margin-top: 13px;
}

.amentbox {
	height: 45px;
	border-bottom: 1px solid #dddddd;
	line-height: 45px;
}

.amentbox .amenttext.hover:after {
	width: 102px;
	height: 3px;
	position: absolute;
	bottom: -2px;
	left: -6px;
	background: #e22523;
	content: '';
}

.amentbox .amenttext:hover:after {
	width: 102px;
	height: 3px;
	position: absolute;
	bottom: -2px;
	left: -6px;
	background: #e22523;
	content: '';
}

.amentbox .amenttext {
	color: #404040;
	font-size: 22px;
	padding-left: 6px;
	display: block;
	float: left;
	display: inline;
	margin-right: 45px;
	position: relative;
}

.amentbox .amenttext.hover {
	color: #e22523;
}

.amentbox a:hover {
	color: #e22523;
}

.amentbox .amentmore:hover {
	color: #FFF;
}

.amentbox em a {
	font-style: normal;
	color: #999999;
	font-size: 14px;
}

.textimg1 {
	overflow: hidden;
}

.textimg1 dd {
	overflow: hidden;
	float: left;
	display: inline;
	padding: 10px 0;
	border-bottom: 1px solid #f5f5f5;
}

.textimg1 dd .pic {
	width: 185px;
	overflow: hidden;
	position: relative;
	margin-right: 20px;
}

.textimg1 dd .pic:before {
	display: block;
	content: '';
	padding-top: 59.459459%;
}

.textimg1 dd .pic img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

.textimg1 dd .text {
	width: 680px;
	overflow: hidden;
}

.textimg1 dd .text .title {
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	margin-bottom: 2px;
}

.textimg1 dd .text .title a {
	color: #2a2a2a;
	font-size: 16px;
}

.textimg1 dd .text .textC {
	font-size: 14px;
	color: #666666;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
}

.textimg1 dd .text .time {
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	color: #666666;
	position: relative;
}

.textimg1 dd .text .time span {
	display: block;
	float: left;
	display: inline;
	font-size: 14px;
}

.textimg1 dd:hover .text .title a {
	color: #26538c;
}

.textimg1 dd .text .time .look {
	padding-left: 42px;
}

.cloumn3R {
	width: 491px;
	height: 425px;
	overflow: hidden;
}

.mp3img {
	width: 491px;
	height: 284px;
	position: relative;
	margin-bottom: 10px;
}

.mp3img img {
	width: 491px;
	height: 284px;
}

.mp3img a {
	display: block;
	width: 70px;
	height: 70px;
	background: url(../images/mp3btn.png) no-repeat center center;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -35px;
	margin-left: -35px;
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}

.mp3img a:hover {
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
}

.cloumn3Rtext {
	height: 64px;
	line-height: 32px;
	color: #5a5a5a;
	font-size: 16px;
}

/*第三通栏end*/
/*第四通栏start*/
.cloumn4 {}

.cloumn4L {
	width: 579px;
	height: 386px;
}

.cloumn4L img {
	width: 579px;
	height: 386px;
}

.cloumn4R {
	width: 600px;
}

.cloumn4Rlist {
	overflow: hidden;
	margin-right: -12px;
}

.cloumn4Rlist li {
	overflow: hidden;
	float: left;
	display: inline;
	margin-bottom: 25px;
	margin-right: 12px;
	position: relative;
}

.cloumn4Rlist li .a {
	display: block;
}

.cloumn4Rlist li .pic {
	width: 288px;
	overflow: hidden;
	position: relative;
	z-index: 0
}

.cloumn4Rlist li .pic:before {
	display: block;
	content: '';
	padding-top: 62.847222%;
}

.cloumn4Rlist li .pic img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

.cloumn4Rlist li .hpic {
	background-color: rgba(0, 0, 0, 0.5);
	width: 142px;
	height: 35px;
	position: absolute;
	bottom: 0px;
	z-index: 1;
	padding: 73px 75px;
	display: none;
}

.cloumn4Rlist li .hpic .hpictext {
	width: 125px;
	height: 40px;
	border: 1px solid #fff;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	margin: 0 page-break-before: auto;
}

.cloumn4Rlist li:hover .pic {
	display: block;
}

.cloumn4Rlist li:hover .hpic {
	display: block;
}

/*第四通栏end*/
/*底部开始*/
.footer {
	width: 100%;
	background: #f0f5fe;
	padding: 70px 0px;
	overflow: hidden;
}

.footerBq {
	width: 100%;
	height: 60px;
	background: #e9f1fd;
	line-height: 60px;
}

.footerBqbox {
	text-align: center;
	overflow: hidden;
	color: #7a7a7a;
	font-size: 14px;
}

.footerlist1 {
	width: 110px;
	border-right: 1px solid #dfdfdf;
	overflow: hidden;
	/* padding-right: 14px; */
	float: left;
	display: inline;
	/* margin-right: 25px; */
}
.footerbox {
	overflow: hidden;
	}
.footerlist1 li {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-align: center;
}

.footerlist1 li a {
	color: #888888;
	font-size: 13px;
}

.footerLogo {
	display: inline;
	float: left;
	margin-left: 22%;
	width: 300px;
	padding-top: 20px;
}

.footerLogo img {
	display: block;
	width: 400px;
}

.footerlist2 {
	width: 110px;
	border-right: 1px solid #dfdfdf;
	overflow: hidden;
	/* padding-right: 22px; */
	float: left;
	display: inline;
}

.footerlist2 li {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-align: center;
}

.footerlist2 li a {
	color: #888888;
	font-size: 13px;
}

.footerlist3 {
	width: 80px;
	border-left: 1px solid #dfdfdf;
	overflow: hidden;
	padding-left: 25px;
	float: left;
	display: inline;
	/* padding: 0 10px; */
}

.footerlist3 li {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-align: left;
}

.footerlist3 li a {
	color: #888888;
	font-size: 13px;
}

.footercn {
	width: 715px;
	overflow: hidden;
	float: left;
	display: inline;
	padding-left: 10px;
}

.footerimg {
	color: #525252;
	font-size: 25px;
	line-height: 70px;
}

.footerimg span {
	float: left;
	display: inline;
	color: #525252;
	font-size: 22px;
	/* font-weight: bold; */
	line-height: 56px;
}

.footerimg em {
	display: block;
	width: 48px;
	height: 67px;
	background: url(../images/footer1.png);
	float: left;
	margin-right: 15px;
}

.footerimg i {
	width: 56px;
	height: 62px;
	display: block;
	background: url(../images/footer2.png);
	float: left;
	margin-right: 15px;
}

.stutbn {
	width: 150px;
	height: 40px;
	background: #4e73ac;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 18px;
	display: block;
	border-radius: 25px;
	float: left;
	margin-left: 315px;
}

.unit {
	width: 150px;
	height: 40px;
	background: #63c0ac;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 18px;
	display: block;
	border-radius: 25px;
	margin-right: 65px;
}

/*底部结束*/
/* 飘窗 */
.rightCont {
	position: relative;
	z-index: 999;
}

.closeRight {
	background: url(../images/close.png) center center no-repeat;
	height: 30px;
	width: 30px;
	top: 5px;
	right: 5px;
	position: absolute;
}

/*
-----------------------------首页样式end-----------------------------
*/
/*
-----------------------------频道页start-----------------------------
*/
/*
-----------------------------频道页end-----------------------------
*/
/*内页框架开始*/
/*内页外结构开始*/
.subBanner {
	width: 100%;
	padding-top: 23%;
	position: relative;
	z-index: 0;
}

.subBanner a {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.left {
	width: 275px;
	margin-right: 50px;
	position: relative;
	top: -95px;
}

.leftTop {
	height: 95px;
	background: url(../test/leftbg.png);
	text-align: center;
	/* line-height: 95px; */
	margin-bottom: 4px;
	position: relative;
}
.leftTop span{
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	color: #fff;
	font-size: 22px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 18px;
}
.subPageL {
	width: 250px;
	overflow: hidden;
	margin-right: 20px;
}

.subPageR {
	overflow: hidden;
	width: 875px;
}

.leftMenu {
	overflow: hidden;
}

.leftMenu dd {
	overflow: hidden;
	margin-bottom: 4px;
}

.leftMenu dd .leftxl {
	cursor: pointer;
	width: 70px;
	height: 60px;
	background: url(../images/leftmenubg.jpg) no-repeat center center;
	display: none;
}

.leftMenu dd .yj {
	background: #f2f2f2;
	overflow: hidden;
	height: 60px;
	line-height: 60px;
}

.leftMenu dd .yj a {
	padding-left: 72px;
	display: block;
	color: #666666;
	font-size: 16px;
	overflow: hidden;
}

.leftMenu dd .yj a i {
	display: block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	position: absolute;
	right: 0px;
	top: 0px;
	font-family: "宋体";
	font-style: normal;
	font-weight: bold;
}

.leftMenu dd .ej {
	overflow: hidden;
	display: none;
}

.leftMenu dd .ej a {
	display: block;
	color: #666666;
	font-size: 15px;
	padding-left: 80px;
	height: 40px;
	line-height: 40px;
	display: block;
	background: #f2f2f2;
}

.leftMenu dd .ej a:hover {
	color: #e9b632;
}

.leftMenu dd .ej a.hover {
	color: #fff;
	background: #e9b632
}

.leftMenu dd:hover .yj a {
	background: #e9b632;
}

.leftMenu dd:hover .yj a {
	color: #fff;
}

.leftMenu dd:hover .leftxl {
	background: url(../images/hleftbg.jpg);
}

.leftMenu dd.hover .leftxl {
	background: url(../images/hleftbg.jpg);
}

/*.leftMenu dd.hover .yj a{ background: #e9b632; }
.leftMenu dd.hover .yj a{ color: #fff; }*/
.leftMenu dd.hover .ej {
	display: block;
}

.leftMenu dd .yj.hover {
	background: #e9b632;
}

.leftMenu dd .yj.hover a {
	color: #fff;
}

/*内页外结构结束*/
/*当前位置开始*/
.location {
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	padding: 26px 10px 0;
	border-bottom: 1px solid #ddd;
}

.locationL {
	font-size: 20px;
	color: #7b7b7b;
}

.locationR {
	overflow: hidden;
}

.locationR span {
	float: left;
	display: inline;
	padding-left: 20px;
}

.locationR a {
	float: left;
	display: inline;
	font-size: 14px;
	color: #939393;
}

.locationR a:hover {
	color: #26538c;
}

.locationR a.hover {
	color: #26538c;
}

.locationR em {
	float: left;
	display: inline;
	font-style: normal;
	margin: 0 5px;
}

.locationR i {
	height: 38px;
	background: url(../images/home.png) no-repeat left center;
	display: block;
	float: left;
	padding-left: 23px;
}

/*当前位置结束*/
/*页码开始*/
.page {
	padding: 30px 0;
	text-align: center;
	clear: both;
	font-size: 14px;
}

.page a {
	display: inline-block;
	overflow: hidden;
	padding: 6px 12px;
	color: #999999;
	border-radius: 3px;
	background: #fff;
	border: 1px solid #e8e8e8;
	margin: 0 3px;
}

.page span {
	display: inline-block;
	padding: 6px 2px;
	position: relative;
	top: -15px;
}

.page a:hover {
	background: #e9b632;
	color: #fff;
}

.page a.hover {
	background: #e9b632;
	color: #fff;
}

.page input {
	display: inline-block;
	vertical-align: middle;
	height: 22px;
	border: 1px solid #e6e6e6;
	position: relative;
	top: -2px;
}

.page input.pageDetail {
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 3px;
	color: #999999;
	position: relative;
	top: -13px;
}

.page label {
	color: #999999;
	position: relative;
	top: -11px;
}

.page input.page_bnt {
	border: none;
	width: 30px;
	height: 25px;
	cursor: pointer;
	background: none;
	color: #999999;
	position: relative;
	top: -13px;
}

.page a div {
	width: 11px;
	height: 19px;
	background-position: center center;
	background-repeat: no-repeat;
}

.page a.firstPage div {
	background-image: url(../images/page/firstPage.png)
}

.page a.prevPage div {
	background-image: url(../images/page/prevPage.png)
}

.page a.nextPage div {
	background-image: url(../images/page/nextPage.png)
}

.page a.lastPage div {
	background-image: url(../images/page/lastPage.png)
}

.page a.firstPage:hover div {
	background-image: url(../images/page/firstPageh.png)
}

.page a.prevPage:hover div {
	background-image: url(../images/page/prevPageh.png)
}

.page a.nextPage:hover div {
	background-image: url(../images/page/nextPageh.png)
}

.page a.lastPage:hover div {
	background-image: url(../images/page/hlastpage.png)
}

.page a.firstPage.disabled {
	background: #E2E2E2;
}

.page a.prevPage.disabled {
	background: #E2E2E2;
}

.page a.nextPage.disabled {
	background: #E2E2E2;
}

.page a.lastPage.disabled {
	background: #E2E2E2;
}

.page a.firstPage.disabled div {
	background-image: url(../images/page/firstPage.png)
}

.page a.prevPage.disabled div {
	background-image: url(../images/page/prevPage.png)
}

.page a.nextPage.disabled div {
	background-image: url(../images/page/nextPage.png)
}

.page a.lastPage.disabled div {
	background-image: url(../images/page/lastPage.png)
}

/*页码结束*/
/*客服*/
/* 返回顶部 */

.wuyou-waiter {
	position: fixed;
	right: 0px;
	top: 50%;
	margin-top: -90px;
	z-index: 999;
}

.wuyou-waiter-pic {
	display: none;
	transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
	width: 300px;
	margin-bottom: 5px;
	position: relative;
	position: fixed;
	top: 50%;
	right: 0;
	margin-top: -335px;
}

.wuyou-waiter-pic.hover {
	display: block;
}

.wuyou-waiter-pic:before {
	display: block;
	content: '';
	padding-top: 80%;
}

.wuyou-waiter-pic img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
	object-position: center center;
}

.wuyouClose {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 20px;
	color: #fff;
	z-index: 9;
	cursor: pointer;
}

.wuyouClose:hover {
	color: #e22523;
}

.waiter-ul li {
	position: relative;
	height: 50px;
	line-height: 50px;
	margin-bottom: 5px;
}

.waiter-ul li a {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	color: #fff;
	display: block;
	width: 50px;
	height: 50px;
	line-height: 60px;
	text-align: center;
	-webkit-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-moz-transition: all 0.6s;
	text-decoration: none;
	font-size: 24px;
}

.waiter-ul li.wuyou-shop a {
	width: 50px;
	height: 50px;
	background: #5078b7 url(../images/ewm.png) no-repeat center center;
	background-size: auto 30px;
}

.waiter-ul li.wuyou-shop .waiter-title {
	background: #fff url(../images/ewmimg.png) no-repeat center center;
	width: 160px;
	height: 160px;
	position: absolute;
	right: 60px;
	top: 50%;
	margin-top: -80px;
	color: #fff;
	-webkit-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-moz-transition: all 0.6s;
	background-color: #fff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
	z-index: 1;
	opacity: 0;
	transform: translateX(-20px);
	-webkit-transform: translateX(-20px);
	visibility: hidden;
}

.waiter-ul li.wuyou-shop .waiter-title:before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	right: -5px;
	top: 50%;
	background-color: #fff;
	transform: rotate(45deg);
	background-color: #fff;
	margin-top: -5px;
}

.waiter-ul li.wuyou-contact a {
	width: 50px;
	height: 50px;
	background: #5078b7 url(../images/qq.png) no-repeat center center;
	background-size: auto 30px;
}

.waiter-ul li.wuyou-top a {
	width: 50px;
	height: 50px;
	background: #5078b7 url(../images/top.png) no-repeat center center;
	background-size: auto 30px;
}

.waiter-ul li:hover .waiter-title {
	opacity: 1;
	transform: translateX(0px);
	-webkit-transform: translateX(0);
	visibility: visible;
}

.waiter-ul li.wuyou-tel{
	position: relative;
	width: 50px;
}
.waiter-ul li.wuyou-tel a {
	width: 50px;
	height: 50px;
	background: #5078b7 url(../images/telw.png) no-repeat center center;
	background-size: auto 30px;
}
.wuyouWay{
	width: 160px;
	position: absolute;
	right: 60px;
	top: 0;
	color: #fff;
	-webkit-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-moz-transition: all 0.6s;
	background-color: #63c0ac;
	box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
	z-index: 1;
	opacity: 1;
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
	visibility: visible;	
}
.wuyouWay::before{
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	right: -5px;
	top: 25px;
	background-color: #63c0ac;
	transform: rotate(45deg);
	/* background-color: #fff; */
}
.wuyouWayC{
	padding: 15px 10px;
	position: relative;
	z-index: 3;
}
.wuyouWayC .title{
	line-height:20px;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}
.wuyouWayC span{
	display: block;
	line-height: 20px;
	padding: 5px 0;
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
}
.waiter-ul li.wuyou-tel:hover .wuyouWay{
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
	-webkit-transform: translateX(0);
}
/*内页框架结束*/
